home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
act1
/
00337.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-04-03
|
244 b
|
15 lines
on mouseUp
global game1level, numberbugs
if the frame >= marker("level 1") then
exit
end if
if numberbugs < 1 then
exit
end if
if game1level > 1 then
spuppet(2, 18)
play frame "hint"
supuppet(2, 18)
end if
end